AccessControlList.Add(AccessControlEntry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends an access control entry to the access control list.
public:
int Add(System::Messaging::AccessControlEntry ^ entry);
public int Add (System.Messaging.AccessControlEntry entry);
member this.Add : System.Messaging.AccessControlEntry -> int
Public Function Add (entry As AccessControlEntry) As Integer
Parameters
- entry
- AccessControlEntry
A AccessControlEntry to append to the end of the access control list.
Returns
The position into which the new access control entry was inserted.
Exceptions
The entry
parameter is null
.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.