JelasticOperationLogJelasticPacketID Property
|
Namespace:
Aruba.Cloud.WsJelastic.Entities
Assembly:
WsJelastic (in WsJelastic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<int> JelasticPacketID { get; set; }<DataMemberAttribute>
Public Property JelasticPacketID As Nullable(Of Integer)
Get
Set
public:
[DataMemberAttribute]
property Nullable<int> JelasticPacketID {
Nullable<int> get ();
void set (Nullable<int> value);
}[<DataMemberAttribute>]
member JelasticPacketID : Nullable<int> with get, set
function get JelasticPacketID () : Nullable<int>
function set JelasticPacketID (value : Nullable<int>)
Property Value
Type:
NullableInt32
See Also