ConversionPropertiesArrayResult.Conversions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果成功,则 Conversions 属性包含有效的实例数组 ConversionProperties 。
public:
property cli::array <Microsoft::Azure::RemoteRendering::ConversionProperties> ^ Conversions { cli::array <Microsoft::Azure::RemoteRendering::ConversionProperties> ^ get(); };
public Microsoft.Azure.RemoteRendering.ConversionProperties[] Conversions { get; }
member this.Conversions : Microsoft.Azure.RemoteRendering.ConversionProperties[]
Public ReadOnly Property Conversions As ConversionProperties()