WritableFileDirectory.InclusionGlob Property
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Property InclusionGlob As String
public string InclusionGlob { get; set; }
public:
property String^ InclusionGlob {
String^ get ();
void set (String^ value);
}
member InclusionGlob : string with get, set
function get InclusionGlob () : String
function set InclusionGlob (value : String)
Property Value
Type: System.String
Returns String.
.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.