SubscriptionItemOwnerId Property |
Gets or sets the owner identifier.
Namespace:
Xcalibur.Extensions.MVVM.Models
Assembly:
Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<Guid> OwnerId { get; set; }
Public Property OwnerId As Nullable(Of Guid)
Get
Set
public:
virtual property Nullable<Guid> OwnerId {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}
abstract OwnerId : Nullable<Guid> with get, set
override OwnerId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
The owner identifier.
Implements
ISubscriptionItemOwnerIdSee Also