Share via


ProcessGuidanceSite.GuidanceFileName Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProcessGuidanceSite Class

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