QueryBuildDataSource.policyContext 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
policyContext() | |
policyContext(String) |
policyContext()
public:
virtual System::String ^ policyContext();
public virtual string policyContext ();
abstract member policyContext : unit -> string
override this.policyContext : unit -> string
Public Overridable Function policyContext () As String
Returns
Applies to
policyContext(String)
public:
virtual System::String ^ policyContext(System::String ^ _value);
public virtual string policyContext (string _value);
abstract member policyContext : string -> string
override this.policyContext : string -> string
Public Overridable Function policyContext (_value As String) As String
Parameters
- _value
- String