GetNewsRequestNewsScope Property
|
Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<NewsScope> NewsScope { get; set; }<DataMemberAttribute>
Public Property NewsScope As Nullable(Of NewsScope)
Get
Set
public:
[DataMemberAttribute]
property Nullable<NewsScope> NewsScope {
Nullable<NewsScope> get ();
void set (Nullable<NewsScope> value);
}[<DataMemberAttribute>]
member NewsScope : Nullable<NewsScope> with get, set
function get NewsScope () : Nullable<NewsScope>
function set NewsScope (value : Nullable<NewsScope>)
Property Value
Type:
NullableNewsScope
See Also