MSBuildPlatform Property
Gets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public ReadOnly Property MSBuildPlatform As String
Get
'Usage
Dim instance As ConfigCanonicalName
Dim value As String
value = instance.MSBuildPlatform
public string MSBuildPlatform { get; }
public:
property String^ MSBuildPlatform {
String^ get ();
}
member MSBuildPlatform : string
function get MSBuildPlatform () : String
Property Value
Type: System..::..String
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace