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.AnnotationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
Boolean
See Also