InventorySetStorePolicies Method |
Set storage state to VM machine
Namespace:
VMInfoFace.Interface
Assembly:
VMInfoFace.Interface (in VMInfoFace.Interface.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntaxprivate void SetStorePolicies(
string pServer,
string pUser,
string pPassword
)
Private Sub SetStorePolicies (
pServer As String,
pUser As String,
pPassword As String
)
Parameters
- pServer
- Type: SystemString
Server IP or DN - pUser
- Type: SystemString
User name - pPassword
- Type: SystemString
Password
Remarks Note |
---|
The devices must before loaded! |
See Also