Udostępnij za pośrednictwem


UserProfile.UsdEntityMetadata Property

Gets or sets the entity metadata.

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 List(Of EntityMetadata)

value = instance.UsdEntityMetadata

instance.UsdEntityMetadata = value

Syntax

'Declaration
<XmlIgnoreAttribute> _
Public Property UsdEntityMetadata As List(Of EntityMetadata)
[XmlIgnoreAttribute] 
public List<EntityMetadata> UsdEntityMetadata { get; set; }
[XmlIgnoreAttribute] 
public:
property List<EntityMetadata^>^ UsdEntityMetadata {
    List<EntityMetadata^>^ get ();
    void set (List<EntityMetadata^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public List<EntityMetadata> get_UsdEntityMetadata ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_UsdEntityMetadata (List<EntityMetadata> value)
CompilerGeneratedAttribute 
public function get UsdEntityMetadata () : List<EntityMetadata>

CompilerGeneratedAttribute 
public function set UsdEntityMetadata (value : List<EntityMetadata>)

Property Value

Type: ListThe list of entity metadata.

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.