RuleStore.SetRuleSetAuthorizations 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.
Overloads
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroup[])
public:
virtual void SetRuleSetAuthorizations(Microsoft::RuleEngine::RuleSetInfo ^ rsInfo, ... cli::array <Microsoft::RuleEngine::AuthorizationGroup ^> ^ authorizations);
public virtual void SetRuleSetAuthorizations (Microsoft.RuleEngine.RuleSetInfo rsInfo, params Microsoft.RuleEngine.AuthorizationGroup[] authorizations);
abstract member SetRuleSetAuthorizations : Microsoft.RuleEngine.RuleSetInfo * Microsoft.RuleEngine.AuthorizationGroup[] -> unit
override this.SetRuleSetAuthorizations : Microsoft.RuleEngine.RuleSetInfo * Microsoft.RuleEngine.AuthorizationGroup[] -> unit
Public Overridable Sub SetRuleSetAuthorizations (rsInfo As RuleSetInfo, ParamArray authorizations As AuthorizationGroup())
Parameters
- rsInfo
- RuleSetInfo
- authorizations
- AuthorizationGroup[]
Applies to
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroupCollection)
public:
virtual void SetRuleSetAuthorizations(Microsoft::RuleEngine::RuleSetInfo ^ rsInfo, Microsoft::RuleEngine::AuthorizationGroupCollection ^ authorizations);
public virtual void SetRuleSetAuthorizations (Microsoft.RuleEngine.RuleSetInfo rsInfo, Microsoft.RuleEngine.AuthorizationGroupCollection authorizations);
abstract member SetRuleSetAuthorizations : Microsoft.RuleEngine.RuleSetInfo * Microsoft.RuleEngine.AuthorizationGroupCollection -> unit
override this.SetRuleSetAuthorizations : Microsoft.RuleEngine.RuleSetInfo * Microsoft.RuleEngine.AuthorizationGroupCollection -> unit
Public Overridable Sub SetRuleSetAuthorizations (rsInfo As RuleSetInfo, authorizations As AuthorizationGroupCollection)
Parameters
- rsInfo
- RuleSetInfo
- authorizations
- AuthorizationGroupCollection
Applies to
SetRuleSetAuthorizations(String, AuthorizationGroup[])
public:
virtual void SetRuleSetAuthorizations(System::String ^ ruleSetName, ... cli::array <Microsoft::RuleEngine::AuthorizationGroup ^> ^ authorizations);
public virtual void SetRuleSetAuthorizations (string ruleSetName, params Microsoft.RuleEngine.AuthorizationGroup[] authorizations);
abstract member SetRuleSetAuthorizations : string * Microsoft.RuleEngine.AuthorizationGroup[] -> unit
override this.SetRuleSetAuthorizations : string * Microsoft.RuleEngine.AuthorizationGroup[] -> unit
Public Overridable Sub SetRuleSetAuthorizations (ruleSetName As String, ParamArray authorizations As AuthorizationGroup())
Parameters
- ruleSetName
- String
- authorizations
- AuthorizationGroup[]
Applies to
SetRuleSetAuthorizations(String, AuthorizationGroupCollection)
public:
virtual void SetRuleSetAuthorizations(System::String ^ ruleSetName, Microsoft::RuleEngine::AuthorizationGroupCollection ^ authorizations);
public virtual void SetRuleSetAuthorizations (string ruleSetName, Microsoft.RuleEngine.AuthorizationGroupCollection authorizations);
abstract member SetRuleSetAuthorizations : string * Microsoft.RuleEngine.AuthorizationGroupCollection -> unit
override this.SetRuleSetAuthorizations : string * Microsoft.RuleEngine.AuthorizationGroupCollection -> unit
Public Overridable Sub SetRuleSetAuthorizations (ruleSetName As String, authorizations As AuthorizationGroupCollection)
Parameters
- ruleSetName
- String
- authorizations
- AuthorizationGroupCollection