OrganizationServiceContextElement.Name Property
Applies To: Dynamics CRM 2013
Gets or sets the element name.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[ConfigurationPropertyAttribute("name", DefaultValue = null,
IsKey = true, IsRequired = true)]
public override string Name { get; set; }
public:
[ConfigurationPropertyAttribute("name", DefaultValue = null,
IsKey = true, IsRequired = true)]
property String^ Name {
virtual String^ get() override;
virtual void set(String^ value) override;
}
[<ConfigurationPropertyAttribute("name", DefaultValue = null,
IsKey = true, IsRequired = true)>]
override Name : string with get, set
<ConfigurationPropertyAttribute("name", DefaultValue := Nothing,
IsKey := True, IsRequired := True)>
Public Overrides Property Name As String
Property Value
Type: System.String
Type: String.
See Also
OrganizationServiceContextElement Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top