PrintConfigurationGroupId Property | |
Gets or sets Group id
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false)]
public long GroupId { get; set; }
public:
[DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false)]
property long long GroupId {
long long get ();
void set (long long value);
}
function get_GroupId();
function set_GroupId(value);
Property Value
Type:
Int64See Also