Share Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Share type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AllowUsers |
Sets a collection of users allowed to access the share. Use the Permission metadata tag to specify permissions. Default is Full.
<Allow Include="AUser"> <Permission>Full, Read or Change etc</Permission> </Allow> |
![]() |
CreateSharePath |
Sets whether to create the SharePath if it doesnt exist. Default is false
|
![]() |
DenyUsers |
Sets a collection of users not allowed to access the share
|
![]() |
Description |
Sets the desctiption for the share
|
![]() |
Exists |
Gets whether the share exists
|
![]() |
MaximumAllowed |
Sets the maximum number of allowed users for the share
|
![]() |
ShareName |
Sets the share name
|
![]() |
SharePath |
Sets the share path
|
See Also