InventoryInstanceElementFileSystemFile.GetFileDetails Method (String)
Gets the details of a file.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static InventoryInstanceElement GetFileDetails(
string fileName
)
public:
static InventoryInstanceElement^ GetFileDetails(
String^ fileName
)
Public Shared Function GetFileDetails (
fileName As String
) As InventoryInstanceElement
Parameters
fileName
Type: System.StringThe file name.
Return Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElement
See Also
GetFileDetails Overload
InventoryInstanceElementFileSystemFile Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top