VmSharedFolderInfoWriteAccess Property
Gets or sets a value that determine whether this shared folder allows write access.
Namespace: DevCase.ThirdParty.VMwareAssembly: DevCase.net48.ThirdParty.VMware (in DevCase.net48.ThirdParty.VMware.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool WriteAccess { get; set; }
Public Property WriteAccess As Boolean
Get
Set
Dim instance As VmSharedFolderInfo
Dim value As Boolean
value = instance.WriteAccess
instance.WriteAccess = value
public:
property bool WriteAccess {
bool get ();
void set (bool value);
}
member WriteAccess : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean