ManagedProperty<T>.ManagedPropertyLogicalName Property
Applies To: Dynamics CRM 2015
Gets the logical name for the managed property.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string ManagedPropertyLogicalName { get; internal set; }
public:
[DataMemberAttribute]
property String^ ManagedPropertyLogicalName {
String^ get();
internal: void set(String^ value);
}
[<DataMemberAttribute>]
member ManagedPropertyLogicalName : string with get, internal set
<DataMemberAttribute>
Public Property ManagedPropertyLogicalName As String
Get
Friend Set
End Property
Property Value
Type: System.String
Type: String
The logical name for the managed property.
See Also
ManagedProperty<T> Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright