GroupId Property | |
Gets or sets Id
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public long Id { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property long long Id {
long long get ();
void set (long long value);
}
function get_Id();
function set_Id(value);
Return Value
Type:
Int64long
See Also