This document is archived and information here might be outdated. Recommended version. |
Indicates if the service is private (requires password).
[Visual Basic .NET] Public Property IsPrivate As Boolean
[C#] public bool IsPrivate {get; set;}
[C++]
HRESULT get_IsPrivate(
Boolean* IsPrivate
);
[C++]
HRESULT put_IsPrivate(
VARIANT_BOOL IsPrivate
);
[C++]
Parameters IsPrivate [out, retval]
IsPrivate is a parameter of type bool* IsPrivate [in]
IsPrivate is a parameter of type bool