This document is archived and information here might be outdated. Recommended version. |
The target cluster for this service to be published to.
[Visual Basic .NET] Public Property TargetCluster As String
[C#] public string TargetCluster {get; set;}
[C++]
HRESULT get_TargetCluster(
BSTR pName
);
[C++]
HRESULT put_TargetCluster(
System.String* pName
);
[C++]
Parameters pName [in]
pName is a parameter of type BSTR pName [out, retval]
pName is a parameter of type BSTR*