SourceAndSymbolServerSettings.HasSymbolStorePath Property
Gets a flag indicating whether the SymbolStorePath property is set.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property HasSymbolStorePath As Boolean
Get
[BrowsableAttribute(false)]
public bool HasSymbolStorePath { get; }
[BrowsableAttribute(false)]
public:
property bool HasSymbolStorePath {
bool get ();
}
[<BrowsableAttribute(false)>]
member HasSymbolStorePath : bool
function get HasSymbolStorePath () : boolean
Property Value
Type: System.Boolean
True if the SymbolStorePath property is set; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SourceAndSymbolServerSettings Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace