Guid Property

MSBuild

Gets or sets the GUID.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Guid As String
C#
public string Guid { get; set; }
C++
public property string Guid sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Guid();

/** property */
public void set_Guid(string value);
JScript
public function get Guid() : String

public function set Guid(value : String);

Property Value

The GUID.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.