Udostępnij za pośrednictwem


UserProfile.EntityMetadataSeralizedVersion Property

Gets or sets the serialized version of Microsoft Dynamics CRM

Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)

Usage

'Usage
Dim instance As UserProfile
Dim value As String

value = instance.EntityMetadataSeralizedVersion

instance.EntityMetadataSeralizedVersion = value

Syntax

'Declaration
Public Property EntityMetadataSeralizedVersion As String
public string EntityMetadataSeralizedVersion { get; set; }
public:
property String^ EntityMetadataSeralizedVersion {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_EntityMetadataSeralizedVersion ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_EntityMetadataSeralizedVersion (String value)
CompilerGeneratedAttribute 
public function get EntityMetadataSeralizedVersion () : String

CompilerGeneratedAttribute 
public function set EntityMetadataSeralizedVersion (value : String)

Property Value

Type: String
The serialized version of Microsoft Dynamics CRM.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

UserProfile Class
UserProfile Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.