RelationshipMetadataBase.SecurityTypes Property

Definition

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.

Applies to