ITreeComboBoxHatterasStateSource.IsBranchObject Method
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Function IsBranchObject ( _
serverPath As String _
) As Boolean
bool IsBranchObject(
string serverPath
)
bool IsBranchObject(
String^ serverPath
)
abstract IsBranchObject :
serverPath:string -> bool
function IsBranchObject(
serverPath : String
) : boolean
Parameters
- serverPath
Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.
.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.