ISubscriptionItemOwnerId Property |
Gets or sets the owner identifier.
Namespace:
Xcalibur.Extensions.MVVM.Interfaces
Assembly:
Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Nullable<Guid> OwnerId { get; set; }
Property OwnerId As Nullable(Of Guid)
Get
Set
property Nullable<Guid> OwnerId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
abstract OwnerId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
The owner identifier.
See Also