RelationshipMetadataBase.SecurityTypes 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 security type for the relationship.
public:
property Nullable<Microsoft::Xrm::Sdk::Metadata::SecurityTypes> SecurityTypes { Nullable<Microsoft::Xrm::Sdk::Metadata::SecurityTypes> get(); void set(Nullable<Microsoft::Xrm::Sdk::Metadata::SecurityTypes> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Metadata.SecurityTypes? SecurityTypes { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SecurityTypes : Nullable<Microsoft.Xrm.Sdk.Metadata.SecurityTypes> with get, set
Public Property SecurityTypes As Nullable(Of SecurityTypes)
Property Value
The security type for the relationship.
- Attributes
Remarks
This value will be set by the system. You should not set this value when you create an entity relationship.