GraphProviderAttribute.ProjectKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The project kind guid as a string. The provider will be loaded any time a project of this kind is present.
public:
property System::String ^ ProjectKind { System::String ^ get(); void set(System::String ^ value); };
public string ProjectKind { get; set; }
member this.ProjectKind : string with get, set
Public Property ProjectKind As String