RelationshipMetadataBase.SecurityTypes Property
Applies To: Dynamics CRM 2015
Gets or sets the security type for the relationship.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public Nullable<SecurityTypes> SecurityTypes { get; set; }
public:
[DataMemberAttribute]
property Nullable<SecurityTypes> SecurityTypes {
Nullable<SecurityTypes> get();
void set(Nullable<SecurityTypes> value);
}
[<DataMemberAttribute>]
member SecurityTypes : Nullable<SecurityTypes> with get, set
<DataMemberAttribute>
Public Property SecurityTypes As Nullable(Of SecurityTypes)
Property Value
Type: System.Nullable<SecurityTypes>
Type: Nullable<SecurityTypes>
The security type for the relationship.
Remarks
This value will be set by the system. You should not set this value when you create an entity relationship.
See Also
RelationshipMetadataBase Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright