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

'宣言
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

See Also

Reference

INetFwService Interface

Microsoft.TeamFoundation.Common Namespace