Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> ServiceId { get; set; }
Public Property ServiceId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> ServiceId {
Nullable<int> get ();
void set (Nullable<int> value);
}
member ServiceId : Nullable<int> with get, set
function get ServiceId () : Nullable<int>
function set ServiceId (value : Nullable<int>)
Property Value
Type:
NullableInt32
See Also