DataSource.RunTimeCredentials Property
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.
Gets or sets the credentials at runtime time.
public:
property Microsoft::ReportDesigner::Data::CachedCredentials ^ RunTimeCredentials { Microsoft::ReportDesigner::Data::CachedCredentials ^ get(); };
[System.Xml.Serialization.XmlIgnore]
public Microsoft.ReportDesigner.Data.CachedCredentials RunTimeCredentials { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.RunTimeCredentials : Microsoft.ReportDesigner.Data.CachedCredentials
Public ReadOnly Property RunTimeCredentials As CachedCredentials
Property Value
The credentials at runtime time.
- Attributes