'Declaration
Public Property ResolutionLayersCount As Nullable(Of Integer)
'Usage
Dim instance As ImGearCommonMetadata
Dim value As Nullable(Of Integer)
instance.ResolutionLayersCount = value
value = instance.ResolutionLayersCount
public Nullable<int> ResolutionLayersCount {get; set;}
public: __property Nullable<int> get_ResolutionLayersCount();
public: __property void set_ResolutionLayersCount(
Nullable<int> value
);
public:
property Nullable<int> ResolutionLayersCount {
Nullable<int> get();
void set ( Nullable<int> value);
}