HierarchyMetadataSecurityParameterId Property |
Gets or sets the security parameter ID.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Guid? SecurityParameterId { get; set; }Public Property SecurityParameterId As Guid?
Get
Set
public:
property Nullable<Guid> SecurityParameterId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}member SecurityParameterId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
The security parameter ID.
See Also