Exp.Identity Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the identity of the part. This is for internal use only and was marked public to allow it to be serialized into XAML.

Namespace:  System.ComponentModel.Composition.Caching
Assembly:  Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)

Syntax

'Declaration
Public Property Identity As String
    Get
    Set
'Usage
Dim instance As Exp
Dim value As String

value = instance.Identity

instance.Identity = value
public string Identity { get; set; }
public:
property String^ Identity {
    String^ get ();
    void set (String^ value);
}
member Identity : string with get, set
function get Identity () : String
function set Identity (value : String)

Property Value

Type: System.String
The identity of the part.

.NET Framework Security

See Also

Reference

Exp Class

Exp Members

System.ComponentModel.Composition.Caching Namespace