AnnotationCreationOptionsIsPublic Property |
Gets or sets a value indicating whether the annotation is visible to everyone.
If set to
, the Everyone group will be granted the
Read privilege to the annotation,
otherwise only the user who created it will have access to the annotation.
Ignored if any privileges are passed in
Privileges parameter.
Namespace:
Dundas.BI.Data.Annotations
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool IsPublic { get; set; }
Public Property IsPublic As Boolean
Get
Set
public:
property bool IsPublic {
bool get ();
void set (bool value);
}
member IsPublic : bool with get, set
Property Value
Type:
BooleanSee Also