Share via


Rename method of the MSFT_DASiteTableEntry class

Renames an entry in the DirectAccess site table.

Syntax

uint32 Rename(
  [in]  string                NewName,
  [in]  boolean               PassThru,
  [out] MSFT_DASiteTableEntry OutputObject
);

Parameters

NewName [in]

Specifies the new name for the entry.

PassThru [in]

Specifies whether the method should output an object that represents the renamed entry in the OutputObject parameter.

OutputObject [out]

Receives a MSFT_DASiteTableEntry object for the renamed entry.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetDACim.mof
DLL
NetDACim.dll

See also

MSFT_DASiteTableEntry