Share Properties

MSBuild Extension Pack

Share Properties MSBuild Extension Pack Help 4.0.12.0

The Share type exposes the following members.

Properties

  Name Description
Public property 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>

Public property CreateSharePath
Sets whether to create the SharePath if it doesnt exist. Default is false
Public property DenyUsers
Sets a collection of users not allowed to access the share
Public property Description
Sets the desctiption for the share
Public property Exists
Gets whether the share exists
Public property MaximumAllowed
Sets the maximum number of allowed users for the share
Public property ShareName
Sets the share name
Public property SharePath
Sets the share path
Top
See Also

Reference