VCProjectReference.ReferencedProjectIdentifier Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property ReferencedProjectIdentifier As String
'Usage
Dim instance As VCProjectReference 
Dim value As String 

value = instance.ReferencedProjectIdentifier
string ReferencedProjectIdentifier { get; }
property String^ ReferencedProjectIdentifier {
    String^ get ();
}
function get ReferencedProjectIdentifier () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VCProjectReference Interface

VCProjectReference Members

Microsoft.VisualStudio.VCProjectEngine Namespace