This document is archived and information here might be outdated. Recommended version. |
The schema changes for a specific domain.
[Visual Basic .NET] Public Function GetDomainChanges ( _ ByVal domainName As String _ ) As ISchemaChangeInfo
[C#] public ISchemaChangeInfo GetDomainChanges ( string domainName );
[C++]
HRESULT GetDomainChanges(
BSTR domainName
);
[C++] Parameters domainName [in]
domainName is a parameter of type BSTR
This method returns only the schema changes for a specific domain. This method returns a reference to ISchemaChangesInfo.
The domainName is a string name of the domain.