Share via


ObjectCacheElement.Name Property

 

Applies To: Dynamics CRM 2015

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

ObjectCacheElement Class
Microsoft.Xrm.Client.Configuration Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright