Click or drag to resize

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; }

Property Value

Type: NullableGuid
The owner identifier.

Implements

ISubscriptionItemOwnerId
See Also