This document is archived and information here might be outdated. Recommended version. |
Set parent owner for the GPReplicaDataset.
[Visual Basic .NET] Public Property ParentOwner As String
[C#] public string ParentOwner {get; set;}
[C++]
HRESULT get_ParentOwner(
BSTR ParentOwner
);
[C++]
HRESULT put_ParentOwner(
System.String* ParentOwner
);
[C++]
Parameters ParentOwner [in]
ParentOwner is a parameter of type BSTR ParentOwner [out, retval]
ParentOwner is a parameter of type BSTR*