ConstraintRelation.ConstraintType Property
Applies To: Dynamics CRM 2015
Gets or sets the type of constraints.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public string ConstraintType { get; set; }
public:
[DataMemberAttribute]
property String^ ConstraintType {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member ConstraintType : string with get, set
<DataMemberAttribute>
Public Property ConstraintType As String
Property Value
Type: System.String
Type: String
The type of constraints, which must be "Resource Selection".
See Also
ConstraintRelation Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright