This document is archived and information here might be outdated. Recommended version. |
Type of service.
[Visual Basic .NET] Public Property ServiceType As acServiceType
[C#] public acServiceType ServiceType {get; set;}
[C++]
HRESULT get_ServiceType(
acServiceType* Type
);
[C++]
HRESULT put_ServiceType(
acServiceType Type
);
[C++]
Parameters Type [out, retval]
Type is a parameter of type acServiceType* Type [in]
Type is a parameter of type acServiceType