INetFwService.Customized Property
Gets a flag indicating whether at least one of the ports associated with this service has been customized.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Dichiarazione
ReadOnly Property Customized As Boolean
Get
bool Customized { get; }
property bool Customized {
bool get ();
}
abstract Customized : bool
function get Customized () : boolean
Property Value
Type: System.Boolean
True if at least one of the ports associated with this service has been customized; 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.