Share via


ProcessGuidanceSite.AsciiName Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property AsciiName As String
public string AsciiName { get; set; }
public:
property String^ AsciiName {
    String^ get ();
    void set (String^ value);
}
member AsciiName : string with get, set
function get AsciiName () : String 
function set AsciiName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProcessGuidanceSite Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace