Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As Content
Dim value As IList(Of ContentFile)
value = instance.Files
instance.Files = value
|
Syntax
Visual Basic |
<XmlElementAttribute("File")> _
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
Public Property Files As IList(Of ContentFile)
|
C# |
[XmlElementAttribute("File")]
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IList<ContentFile> Files { get; set; }
|
C++ |
[XmlElementAttribute(L"File")]
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly")]
public:
property IList<ContentFile^>^ Files {
IList<ContentFile^>^ get ();
void set (IList<ContentFile^>^ value);
}
|
J# |
/** @property */
public IList<ContentFile> get_Files ()
/** @property */
public void set_Files (IList<ContentFile> value)
|
JScript |
public function get Files () : IList<ContentFile>
public function set Files (value : IList<ContentFile>)
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also