EntityMetadata.OwnershipType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ownership type for the entity.
public:
property Nullable<Microsoft::Xrm::Sdk::Metadata::OwnershipTypes> OwnershipType { Nullable<Microsoft::Xrm::Sdk::Metadata::OwnershipTypes> get(); void set(Nullable<Microsoft::Xrm::Sdk::Metadata::OwnershipTypes> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Metadata.OwnershipTypes? OwnershipType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.OwnershipType : Nullable<Microsoft.Xrm.Sdk.Metadata.OwnershipTypes> with get, set
Public Property OwnershipType As Nullable(Of OwnershipTypes)
Property Value
The ownership type for the entity.
- Attributes