RetrieveOptionSetRequest.Name Property
Applies To: Dynamics CRM 2015
Gets or sets the name for the global option set to be retrieved. Optional.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public string Name { get; set; }
public:
property String^ Name {
String^ get();
void set(String^ value);
}
member Name : string with get, set
Public Property Name As String
Property Value
Type: System.String
Type: String The name for the global option set to be retrieved.. Optional..
Remarks
If the Name is not set the MetadataId must be set.
See Also
RetrieveOptionSetRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright