Share via


IVsPlatformReference.SDKIdentity Property

Gets or sets the unique name of the platform reference.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Property SDKIdentity As String
string SDKIdentity { get; set; }
property String^ SDKIdentity {
    String^ get ();
    void set (String^ value);
}
abstract SDKIdentity : string with get, set
function get SDKIdentity () : String 
function set SDKIdentity (value : String)

Property Value

Type: System.String

Remarks

The IsSDK property is used to determine whether this is a software development kit (SDK) reference or a Windows Metadata (WinMD) reference.

.NET Framework Security

See Also

Reference

IVsPlatformReference Interface

Microsoft.VisualStudio.Shell.Interop Namespace