Share via


IVsPlatformReference.SDKIdentity Property

Definition

Gets or sets the unique name of the platform reference.

public:
 property System::String ^ SDKIdentity { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ SDKIdentity { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public string SDKIdentity { get; set; }
public string SDKIdentity { get; set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.SDKIdentity : string with get, set
member this.SDKIdentity : string with get, set
Public Property SDKIdentity As String

Property Value

Attributes

Remarks

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

Applies to